home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 36
/
PC Gamer IT CD 36 2-2.iso
/
SINDEMO
/
sindemo2.exe
/
data
/
base
/
pak0.pak
/
maps
/
sindm6demo.scr
< prev
next >
Wrap
Text File
|
1998-09-22
|
1KB
|
32 lines
//***************************************************************************
// Sin Deathmatch 6
// Ritual Entertainment - Charlie Wiederhold
//***************************************************************************
//---------------------------------------------------------------------------
// Call threads that operate most objects in world
//---------------------------------------------------------------------------
thread BrokenLight
//***************************************************************************
// End of the main script processing
//***************************************************************************
end
//---------------------------------------------------------------------------
// Control thread for Broken light
//---------------------------------------------------------------------------
BrokenLight:
BrokenLight_Loop:
local.TimeToWait randomint 20
$broken_light lightstyle "Lc"
wait local.TimeToWait
$broken_light lightstyle "Lmmzmmz"
trigger $broken_light_sparks
wait 0.6
goto BrokenLight_Loop
end